.main{ line-height: 30px; padding: 4% 0;}
body {
    --theme-bg: #fa770e;
}
@media screen and (max-width:768px){
    .row{ margin: 0;}
}
.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden;}
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
/*.shuiyin{ position: absolute; left: 0; top: 0; z-index: 1; background: url("../images/shuiyin.png") no-repeat center; width: 100%; height: 100%; background-size: 80%;}*/

.my-button-disabled{opacity: 1!important;pointer-events:visible!important; cursor: pointer!important;}

#dituContent label {
  max-width: unset!important;
  text-align: center;
}

@media screen and (max-width:991px){
    .p15{ padding-left: 15px !important;; padding-right: 15px !important;}
    .layui-layer{ width: 94% !important; left: 3% !important;}
}

@font-face{
    font-family: 'engfont';
    src : url('../images/Akzidenz-Grotesk-Roman.ttf');
}
@font-face{
    font-family: 'shuzi';
    src : url('../images/AkzidenzGrotesk-MediumCondAlt.otf');
}


/*头部*/
#top_index{ height: auto; margin: 0 auto; position: fixed; z-index: 55; transition: 0.3s; padding: 0; border-bottom: 1px solid rgba(255,255,255,0.15);}
#logo{ text-align: center; padding: 1%; transition: 0.3s; position: relative;}
#logo:before{ position: absolute; right: 0; top: 20%; content: ''; width: 1px; height: 60%; background: rgba(255,255,255,0.2);}
#logo a{ display: block;}
#logo a img{ max-width: 100%; transition:0.3s;}
#logo .show{ display: inline-block;}
#logo .hidden{ display: none;}
#top_index .top_tel_con{ margin-right: 10px; }
#top_index .top_tel_con i{ color: #fff; font-size: 30px; -webkit-transition: all .35s; -webkit-animation: rotateIns 2s ease infinite;}
#top_index .top_tel_con p{ font-size: 22px; color: #fff; margin-left: 10px !important;}
@-webkit-keyframes rotateIns {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
#nav{ height: auto; transition:0.3s; text-align: center;}
#nav li{ display: inline-block; height: 50px; line-height: 50px; font-size: 16px; color: #fff; text-align: center; transition:0.5s;}
#nav li .big{ display: block; color: #fff; position: relative; z-index: 1; }
#nav li .big:before{ position: absolute; left: 0; bottom: 28%; background: var(--theme-bg); content: ''; height: 4px; width: 0; transition: 0.3s;}
#nav li:hover .big:before{ width: 100%;}
#nav li:hover .big{ color: var(--theme-bg) !important;}
#nav .navli_hover .big:before{ width: 100%;}
#nav .navli_hover .big{ }

#nav li .navson{display: none; position: absolute; left: 0; overflow: hidden; border-top: 1px solid #ededed; background: #fff; color: #333; top:100%; z-index: 99999; width: 100vw; box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
#nav li .navson .container{ padding: 50px 0;}
#nav li .navson .nav_font{ border-right: 1px solid #ededed; text-align: left; line-height: 30px;}
#nav li .navson .nav_font h4{ color: #333333; font-size: 18px; font-weight: bold !important;}
#nav li .navson .nav_font span{ color: #666666; font-size: 16px;}
#nav li .navson .nav_font p{ width: 50%; margin-top: 10px !important; height: 40px; line-height: 40px; background-image: linear-gradient(to top, #ff4e00, #fa7a0f); font-size: 16px; transition: 0.3s; color: #fff; border-radius: 25px; text-align: center;}
#nav li .navson .nav_font p:hover{ background: #333;}
#nav li .navson .nav_lb dl{ margin: 0; height: 100%;}
#nav li .navson .nav_lb dl dd{ width: 20%; text-align: center; margin: 0; transition: 0.3s;}
#nav li .navson .nav_lb dl dd .pic{ width: 100%; height: 0; padding-bottom: 80%; border-radius: 5px; position: relative; overflow: hidden;}
#nav li .navson .nav_lb dl dd .pic img{ width: 100%; height: 100%; object-fit: cover; border-radius: 5px; left: 0; position: absolute; text-align: center; transition: 0.3s;}
#nav li .navson .nav_lb dl dd a{ color: #333; transition: 0.3s;}
#nav li .navson .nav_lb dl dd .tit{ height: 40px; line-height: 40px;}
#nav li .navson .nav_lb .nav_pic dd{ width: 15%;}
#nav li .navson .nav_lb dl dd:hover img{ transform: scale(0.9);}
#nav li .navson .nav_lb dl dd:hover a{ color: var(--theme-bg);}

@media screen and (max-width:1780px){
    #top_index .top_tel_con P{ font-size: 20px;}
    #top_index .top_tel_con i{ font-size: 23px;}
}
@media screen and (max-width:1650px){
    #top_index .top_tel_con i{ display: none;}
}
@media screen and (max-width:1500px){
    #top_index .top_tel_con P{ font-size: 18px;}
}
@media screen and (max-width:1200px){
    #nav{ margin-top: 0;}
    #top_index .top_tel_con{ display: none !important;}
}
@media screen and (max-width:991px){
    #logo:before{ display: none;}
    #top_index{ padding: 0; width: 100%;}
    #logo{ padding: 1% 0 1% 3%; text-align: left;}
    #logo a img{ max-width: 70%;}
}
@media screen and (max-width:768px){
    #logo{ padding: 2%;}
    /*#logo a img{ max-width: 50%;}*/
}

.top_bj_active{ width: 100%; z-index: 20; top: 0; background: rgba(0,0,0,0.7); box-shadow: 0 0 20px rgba(0,0,0,0.1); position: fixed !important;}
.top_bj_active #logo{ padding: 0.5% !important;}
.top_bj_active #logo img{ transform: scale(0.9);}
.top_bj_active #nav li{ font-size: 16px;}

.top_index_active{ background: #fff !important; box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.top_index_active #logo:before{ background: rgba(0,0,0,0.1) !important;}
.top_index_active #logo .show{ display: none;}
.top_index_active #logo .hidden{ display: inline-block;}
.top_index_active #nav li{ font-size: 16px;}
.top_index_active #nav li .big{ color: #333;}
.top_index_active .top_tel_con i,.top_index_active .top_tel_con p{ color: var(--theme-bg)!important;}
.top_index_active #c-header .c-switch i{ background: #333;}




.lh-nav-btn{margin-left:18px; display:flex; align-items:center; position:relative; z-index:100;}
.lh-nav-btn span{display:block; width:52px; height:52px; border-radius:50%; background:var(--theme-bg); margin-right:14px; position:relative;}
.lh-nav-btn span:before,.lh-nav-btn span:after{content:''; display:block; width:22px; height:2px; background:#fff; position:absolute; left:50%; top:50%; margin:-7px 0 0 -11px;transition: all .8s cubic-bezier(.77,0,.175,1);}
.lh-nav-btn i:after{content:'';display:block; width:18px; height:2px; background:#fff; position:absolute; left:50%; top:50%; margin:-1px 0 0 -11px; transform-origin:left center;transition: all .8s cubic-bezier(.77,0,.175,1);}
.lh-nav-btn em{transition:cubic-bezier(0.215,.61,.355,1) .45s; color: #fff;}
.Nav .lh-nav-btn i:after{transform:scaleX(0);}
.Nav .lh-nav-btn span:before{transform:translate(0,6px) rotate(45deg);}
.Nav .lh-nav-btn span:after{transform:translate(0,-6px) rotate(-45deg);}
.lh-nav-btn span:after{margin:5px 0 0 -11px;}

.lh-nav-btn b{width:52px; height:52px; position:absolute; left:0; top:0;}
.lh-nav-btn b:before{content:''; display:block; width:200vh; height:200vh; margin:-100vh 0 0 -100vh; border-radius:50%; background:#fff; z-index:-1; position:absolute; left:50%; top:50%;transition: all .8s cubic-bezier(.77,0,.175,1); transform:scale(0);}
.Nav .lh-nav-btn b:before{transform:scale(1);}

.layer-shadow{position:fixed; left:0; top:0; width:100vw; height:100vh; z-index:98; background:rgba(0,0,0,.7); opacity:0; visibility:hidden; transition: cubic-bezier(0.215,.61,.355,1) .45s;}
.nav-layer{position:fixed; right:0; top:150px; bottom:0; z-index:101; padding:0 3.4375000000000004vw 0 0;pointer-events: none; opacity:0;transition:cubic-bezier(0.215,.61,.355,1) .45s;}
.Nav .nav-layer{opacity:1; transition-delay:.8s;pointer-events:initial;}

.Nav .lh-nav-btn{color:#000;}
.Nav .layer-shadow{opacity:1; visibility:visible;}

.nav-item-box{text-align:right; height:calc(100vh - 250px); display:flex;flex-direction:column;}
.nav-item-box>*{flex:1; transform:translateY(60px); opacity:0;}
.Nav .nav-item-box>*{animation:navItem cubic-bezier(0.215,.61,.355,1) 1s forwards; animation-delay:.45s;}
@keyframes navItem{
    to{transform:translateY(0); opacity:1;}
}
.Nav .nav-item-box>*:nth-child(1){animation-delay:.55s;}
.Nav .nav-item-box>*:nth-child(2){animation-delay:.65s;}
.Nav .nav-item-box>*:nth-child(3){animation-delay:.75s;}
.Nav .nav-item-box>*:nth-child(4){animation-delay:.85s;}
.Nav .nav-item-box>*:nth-child(5){animation-delay:.95s;}
.Nav .nav-item-box>*:nth-child(6){animation-delay:1.05s;}
.Nav .nav-item-box>*:nth-child(7){animation-delay:1.15s;}
.Nav .nav-item-box>*:nth-child(8){animation-delay:1.25s;}
.nav-item dt{margin-top:2vh;}
.nav-item dt:first-child{margin-top:0;}
.nav-item dt a{position:relative; white-space:nowrap; line-height:36px;}
.nav-item dt a:hover{color:var(--theme-bg);}
.nav-item dt a:before{content: ''; display: block; width: 110%; height: 3px; background: #344154; position: absolute; left: -5%; top: 50%; margin-top: -1px; transform-origin: left center; transition: transform .8s; transform: scaleX(0); z-index: 2;}
.nav-item dt a:hover:before{transform:scaleX(1); transition-duration: .3s;}
.nav-item dt a em{opacity:1; font-size: 30px; font-weight: bold; transition: 0.3s;}
.nav-item dt span{position:absolute; left:0; top:0; width:100%; height:50%; overflow:hidden;transition: transform .8s;}
.nav-item dt a span,.nav-item dt a:before{display:none;}
.nav-item dt span:last-child{top:50%;}
.nav-item dt span:last-child:before{transform:translateY(-50%);display: block;}
.nav-item dt a:hover span:nth-child(2){transform: translateX(-5px) skew(-20deg);transition-duration: .3s;}
.nav-item dt a:hover span:nth-child(3){transform: translateX(5px) skew(-20deg);transition-duration: .3s;}
.nav-item dt span:before{content:attr(data-text);}
.nav-item dd{overflow:hidden;}
.nav-item dd>a{margin-left:2.083333333333333vw; position:relative; color:#666;margin-top:10px; z-index:1; display:inline-block; font-size: 16px;}
.nav-item dd>a:before{content:''; display:block; width:30px; height:30px; border-radius:50%; background:var(--theme-bg);background: -webkit-radial-gradient(var(--theme-bg),rgba(250,119,14,0),rgba(250,119,14,0)); position:absolute; right:0; bottom:0; z-index:-1; opacity:0;    transition: cubic-bezier(0.215,.61,.355,1) .45s; transform:translateX(-40px);}
.nav-item dd>a:hover:before{opacity:1; transform:translateX(0);}
.nav-item dd>a:first-child{margin-left:0;}

@media screen and (max-width:1440px){
    .nav-item dt a em{ font-size: 20px;}
    .lh-nav-btn{margin-left:10px;}
    .lh-nav-btn span{width:32px; height:32px; margin-right:0;}
    .lh-nav-btn em{display:none;}
    .lh-nav-btn span:before, .lh-nav-btn span:after{width:18px; height:1px; margin:-4px 0 0 -9px;}
    .lh-nav-btn span:after{margin:5px 0 0 -9px;}
    .lh-nav-btn i:after{width:14px; height:1.2px; margin:0 0 0 -9px;}
    .Nav .lh-nav-btn span:before{transform: translate(0,5px) rotate(45deg);}
    .Nav .lh-nav-btn span:after{transform: translate(0,-5px) rotate(-45deg);}
    .lh-nav-btn i:before{width:250vh; height:250vh;}
    .nav-item-box{height:calc(100vh - 80px);}
    .nav-layer{top:80px;}
    .nav-item dt a{line-height:22px;}
}



#flash_pc {overflow:hidden; background: #fff; }
#flash_pc .swiper-pagination-bullet { opacity: 1;}
#flash_pc.swiper .swiper-slide img { width: 100%; height: auto; object-fit: cover; -webkit-transition: all 7s; transition: all 7s; transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);}
#flash_pc.swiper .swiper-slide.swiper-slide-active img { transform:scale(1,1); -webkit-transform:scale(1,1);}
.flash-box-btn{ position: absolute;left:7vw;bottom:10%; z-index: 55;width:180px;}
.flash-box-btn .banner-swp i svg{ width:30px; height: 30px; fill:#fff}
.flash-box-btn .banner-swp.banner-swiper-next i svg{ transform: rotate(180deg)}
.num-ico-up{ border-bottom:1px solid rgba(255,255,255,0.25)}
.num-ico-up i svg{ width:20px; height: 20px; fill:#fff}
.num-ico-up #num{ font-size: 36px; color:#fff; font-family: 'shuzi'; opacity: 0.8; margin-left: 10px;}

@media(max-width: 1200px){
    #flash_pc.swiper .swiper-slide a>img{ height:600px}
}
@media(max-width: 991px){
    #flash_pc.swiper .swiper-slide a>img{ height:450px}
}




#mobile_banner{ position: relative;}
#mobile_banner img{ width: 100%;}
#mobile_banner .swiper-pagination-bullet-active{ background: #d33f23;}





/*底部*/
#end_bj{ background: #1f262f; background-size: 100% 100%; width: 100%; text-align: left; position: relative;}
#end_nr_bj{ width: 100%; height: auto; color: #999999; position: relative;}
#end_nr_bj a{ color: #7c8187; transition: 0.3s; position: relative;}
#end_nr_bj a:hover{ color: #fff;}

#end_nr_bj .end_lx1{ border-bottom: 1px solid rgba(255,255,255,0.1); padding: 30px 0;}
#end_nr_bj .end_lx1 .end_logo img{filter: grayscale(100%) brightness(100);}
#end_nr_bj .end_lx1 .end_tel{ color: #fff;}
#end_nr_bj .end_lx1 .end_tel i{ font-size: 40px; margin-right: 15px;}
#end_nr_bj .end_lx1 .end_tel p{ font-size: 16px;}
#end_nr_bj .end_lx1 .end_tel span{ font-size: 24px;}

#end_nr_bj .end_lx{ color: #b5bbc4; line-height: 35px; border-right: 1px solid rgba(255,255,255,0.1);}
#end_nr_bj .end_lx p{ clear: both !important;}
#end_nr_bj .end_lx i{ float: left; margin-right: 10px;}
#end_nr_bj .end_lx span{ display: block; float: left; width: 90%;}
#end_nr_bj .end_nav{ border-right: 1px solid rgba(255,255,255,0.1);}
#end_nr_bj .end_nav ul{ width: 15%;}
#end_nr_bj .end_nav ul li:first-of-type{ color: #fff; font-size: 18px; margin-bottom: 10px;}
#end_nr_bj .end_nav ul li{ height: 35px; line-height: 35px; overflow: hidden;text-overflow: ellipsis;white-space: pre;}
#end_nr_bj .end_nav ul li a{ font-size: 14px; color: #b5bbc4; transition: 0.3s;}
#end_nr_bj .end_nav ul li:hover a{ color: #fff;}

#end_nr_bj .main .ewm{ color: #fff; text-align: center;}
#end_nr_bj .main .ewm h3{ font-size: 18px; font-weight: bold !important;}
#end_nr_bj .main .ewm p{ margin: 15px auto 5px !important; width: 50%; background: rgba(255,255,255,0.1); border-radius: 10px; padding: 15px;}
#end_nr_bj .main .ewm img{ width: 100%;}
#end_nr_bj .main .ewm span{ display: block; font-size: 14px;}

#end_line{ height: auto; padding: 10px 0; line-height: 30px; color: #96a4b5; border-top: 1px solid #2e3a48; }
#end_line a{ color: #96a4b5;}
#end_line a:hover{ color: #fff;}

.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; z-index: 20; width:100%; line-height: 25px; position: fixed; background-color:#1e2830;}
.footer_zx a{ color:#fff !important; display: block; width: 50%; height: 100%; float: left; text-align: center; background-color:#1e2830;}
.footer_zx a:last-of-type{ background: var(--theme-bg);}
.footer_zx i{ font-size: 28px; padding: 2% 0 1%; font-weight: normal;}
.footer_zx p{font-size: 13px;}
.kb50{ height: 60px;}

@media screen and (max-width:1700px){
    #end_nr_bj .end_lx span{ width: 84%;}
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
    #end_nr_bj .end_nav ul li:first-of-type{ font-size: 16px;}
}
@media screen and (max-width:991px){
    #end_nr_bj .main .ewm p{ width: 30%;}
    #end_nr_bj .main .ewm{ margin-top: 3% !important;}
    #end_nr_bj .end_lx{ border: none;}
}
@media screen and (max-width:768px){
    #end_nr_bj .main .ewm p{ width: 50%;}
    #end_nr_bj .end_lx1{ display: none;}
    .footer_zx i{ padding: 2% 0 1%;}
}




/*首页*/
.tit_in{ text-align: center; line-height: 40px;}
.tit_in span{ color: var(--theme-bg); font-size: 18px; font-family: 'engfont'; text-transform: uppercase;}
.tit_in h3{ color: #303030; font-size: 40px; font-weight: bold !important;}
.tit_in p{ color: #666666; font-size: 16px;}
@media screen and (max-width:1440px){
    .tit_in h3{ font-size: 34px;}
}
@media screen and (max-width:1200px){
    .tit_in h3{ font-size: 26px;}
}
@media screen and (max-width:991px){
    .tit_in span{ font-size: 12px;}
    .tit_in h3{ font-size: 20px;}
    .tit_in p{ font-size: 14px;}
}


#cpnr{ margin-top: 3%; overflow: hidden;}
#cpnr .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto;}
#cpnr .swiper-slide { background-size: cover; background-position: center; position: relative;}
#cpnr .gallery-top { height: auto; width: 100%; padding: 0;}
#cpnr .gallery-top .cpclass{ padding: 3%; color: #393939; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; transition: 0.3s;}
#cpnr .gallery-top .cpclass .pic{ width: 55%; height: 0; padding-bottom: 45%; position: relative; overflow: hidden;}
#cpnr .gallery-top .cpclass .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#cpnr .gallery-top .cpclass .font{ width: 45%;}
#cpnr .gallery-top .cpclass .font .tit h2{ font-size: 30px; font-weight: bold !important; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
#cpnr .gallery-top .cpclass .font .tit p{ font-size: 16px; color: #818181; margin: 8% 0 !important; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;}
#cpnr .gallery-top .cpclass .font .more{ width: 40%; float: right; height: 45px; line-height: 45px; background-image: linear-gradient(to top, #ff4e00, #fa7a0f); font-size: 16px; transition: 0.3s; color: #fff; border-radius: 25px; padding: 0 10px;}
#cpnr .gallery-top .cpclass .font .more i{ transform:rotate(-45deg); font-size: 20px;}
#cpnr .gallery-top .cpclass:nth-of-type(2){border-right: none;}
#cpnr .gallery-top .cpclass:hover{ background: url("../images/cphover_bj.jpg") no-repeat center; box-shadow: 0 0 25px rgba(0,0,0,0.15); position: relative; z-index: 1;}
#cpnr .gallery-top .swiper-slide ul{ margin: 0 !important;}
#cpnr .gallery-top .swiper-slide li{ position: relative; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; overflow: hidden; padding: 35px 0 0; transition: 0.5s;}
#cpnr .gallery-top .swiper-slide li .pic{ width: 65%; height: 0; padding-bottom: 50%; margin: 0 auto; position: relative; overflow: hidden; transition: 0.5s; }
#cpnr .gallery-top .swiper-slide li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide li p{ width: 100%; color: #020202; font-size: 18px; text-align: center; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; transition: 0.5s;}
#cpnr .gallery-top .swiper-slide li span{ display: block; color: #848484; transition: 0.5s; font-size: 16px; text-align: center; margin: 10px 10%; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#cpnr .gallery-top .swiper-slide .col-6:last-of-type li{ border-right: none;}
#cpnr .gallery-top .swiper-slide li .more{ opacity: 0; width: 30%; margin: 0 auto; height: 45px; line-height: 45px; background-image: linear-gradient(to top, #ff4e00, #fa7a0f); font-size: 16px; transition: 0.5s; color: #fff; border-radius: 25px; padding: 0 10px;}
#cpnr .gallery-top .swiper-slide li .more i{ transform:rotate(-45deg); font-size: 20px;}
#cpnr .gallery-top .swiper-slide li:hover .pic{ transform: translateY(-30px);}
#cpnr .gallery-top .swiper-slide li:hover p{ transform: translateY(-28px);}
#cpnr .gallery-top .swiper-slide li:hover span{ transform: translateY(-35px);}
#cpnr .gallery-top .swiper-slide li:hover .more{ opacity: 1; transform: translateY(-40px);}
#cpnr .gallery-top .swiper-slide li:hover{ box-shadow: 0 0 25px rgba(0,0,0,0.15); position: relative; z-index: 1;}

#cpnr .gallery-thumbs { height: 90px; line-height: 90px; padding: 20px 0; box-sizing: border-box; position: relative; border-bottom: 2px solid #e5e5e5;  border-top: 2px solid #e5e5e5;}
#cpnr .gallery-thumbs .swiper-slide { position: relative; border-right: 1px solid #e5e5e5; padding: 0 40px; font-size: 16px; cursor: pointer; text-align: center;}
#cpnr .gallery-thumbs .swiper-slide:before{ position: absolute; left: 50%; top: -22px; content: ''; width: 0; transition: 0.3s; height: 3px; background: var(--theme-bg);}
#cpnr .gallery-thumbs .swiper-slide span{ display: block; font-size: 20px; color: #999999; font-weight: bold; transition: 0.5s;}
#cpnr .gallery-thumbs .swiper-slide i{ color: #404040; font-weight: bold; font-size: 18px; transition: 0.5s;}
#cpnr .gallery-thumbs .swiper-slide-thumb-active:before{ left: 0; width: 100%;}
#cpnr .gallery-thumbs .swiper-slide-thumb-active span,#cpnr .gallery-thumbs .swiper-slide-thumb-active i{ color: #000;}
@media screen and (max-width:1600px){
    #cpnr .gallery-top .cpclass .font .tit h2{ font-size: 28px;}
}
@media screen and (max-width:1440px){
    #cpnr .gallery-thumbs .swiper-slide span{ font-size: 18px;}
    #cpnr .gallery-top .cpclass .font .tit h2{ font-size: 24px;}
    #cpnr .gallery-top .cpclass .font .tit p{ font-size: 14px;}
    #cpnr .gallery-top .cpclass .font .more{ width: 50%; font-size: 14px;}
    #cpnr .gallery-top .cpclass .font{ width: 50%;}
    #cpnr .gallery-top .cpclass .pic{ width: 50%;}
    #cpnr .gallery-top .cpclass .font .tit p{-webkit-line-clamp: 3;}
    #cpnr .gallery-top .swiper-slide li p{ font-size: 16px;}
    #cpnr .gallery-top .swiper-slide li span{ font-size: 14px;}
    #cpnr .gallery-top .swiper-slide li .more{ width: 45%; font-size: 14px;}
}
@media screen and (max-width:1200px){
    #cpnr .gallery-thumbs .swiper-slide{ padding: 0 10px;}
    #cpnr .gallery-top .cpclass .font .tit h2{ font-size: 20px;}
    #cpnr .gallery-top .cpclass .font .tit p{-webkit-line-clamp: 2;}
}
@media screen and (max-width:991px){
    #cpnr .gallery-top .cpclass .font .tit h2{ font-size: 18px;}
    #cpnr .gallery-top .cpclass .font .more{ height: 35px; line-height: 35px;}
    #cpnr .gallery-thumbs{ height: 50px; line-height: 50px;}
    #cpnr .gallery-thumbs .swiper-slide span{ font-size: 15px;}
    #cpnr .gallery-thumbs .swiper-slide i{ font-size: 12px;}
    #cpnr .gallery-top .swiper-slide li .more{ height: 35px; line-height: 35px;}
}
@media screen and (max-width:768px){
    #cpnr .gallery-top .cpclass .font .tit h2{ font-size: 16px;}
    #cpnr .gallery-top .cpclass .font .more{ width: 60%; font-size: 12px;}
    #cpnr .gallery-top .cpclass .font .more i{ font-size: 16px;}
    #cpnr .gallery-top .swiper-slide li .more{ width: 65%; font-size: 12px;}
    #cpnr .gallery-top .swiper-slide li .more i{ font-size: 14px;}
    #cpnr .gallery-top .swiper-slide li span{ font-size: 14px; margin: 5px 10px; line-height: 20px;}
    #cpnr .gallery-top .swiper-slide li:hover span{ transform: translateY(-30px);}
    #cpnr .gallery-top .swiper-slide li:hover .more{ opacity: 1; transform: translateY(-30px);}
}


#gsjj_bj{ background: url("../images/jjbj.jpg") no-repeat center bottom;}
#gsjj_bj .content{ font-size: 16px; color: #666666; margin: 5% 0 10%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; line-height: 35px;}
#gsjj_bj .pic{ display: inline-block; margin: 0 auto; position: relative;}
#gsjj_bj .pic img{ position: relative; z-index: 1;}
#gsjj_bj .pic:before{ position: absolute; right: -5%; bottom: -7%; content: ''; width: 100%; height: 30%; background: var(--theme-bg);}
#gsjj_bj .more{ position: relative; width: 20%; text-align: center; height: 50px; line-height: 50px; border: 1px solid var(--theme-bg); color: var(--theme-bg); transition: 0.3s; overflow: hidden; border-radius: 25px;}
#gsjj_bj .more p{ position: relative; z-index: 1;}
#gsjj_bj .more:before { content: ""; position: absolute; left: -150%; top: -150%; background: var(--theme-bg); width: 300%; height: 300%; border-radius: 50%;  transition: 0.5s; transform: scale(0);}
#gsjj_bj .more:hover:before{ transform: scale(1);}
#gsjj_bj .more:hover p{ color: #fff;}
/*#gsjj_bj .more:hover{ letter-spacing: 3px; background: var(--theme-bg); color: #fff;}*/
#gsjj_bj ul{ margin-top: 5% !important;}
#gsjj_bj ul li{ background: #fff; transition: 0.5s; width: 20%; padding: 25px 30px 60px; position: relative;}
#gsjj_bj ul li .font i{ color: #1a1a1a; font-size: 40px; height: 45px; line-height: 45px; transition: 0.5s;}
#gsjj_bj ul li .font p{ color: #666666; font-size: 16px;}
#gsjj_bj ul li h2{ position: absolute; right: -30px; bottom: -40px; font-family: 'shuzi'; color: #1a1a1a; font-size: 100px; transition: 0.3s;}
#gsjj_bj ul li h2 sub{ font-size: 36px;}
#gsjj_bj ul li.on h2{ right: -10px; bottom: -25px;}
#gsjj_bj ul li.on h2,#gsjj_bj ul li.on .font i{ color: var(--theme-bg);}
#gsjj_bj ul li.on{ background: url("../images/jjlb_bj.jpg") no-repeat left center;}
@media screen and (max-width:1440px){
    #gsjj_bj .pic img{ max-width: 100%;}
    #gsjj_bj ul li h2{ font-size: 70px;}
    #gsjj_bj ul li h2 sub{ font-size: 28px;}
}
@media screen and (max-width:1200px){
    #gsjj_bj .more{ width: 30%;}
    #gsjj_bj ul li h2{ font-size: 60px; bottom: -30px; right: -20px;}
    #gsjj_bj ul li h2 sub{ font-size: 20px;}
    #gsjj_bj ul li .font i{ font-size: 30px; height: 33px; line-height: 33px;}
    #gsjj_bj ul li .font p{ font-size: 14px;}
}
@media screen and (max-width:991px){
    #gsjj_bj .content{ margin: 5% 0;}
    #gsjj_bj .pic{ margin-top: 3%;}
    #gsjj_bj ul li{ float: left; width: 45%; margin-top: 5%; padding-bottom: 35px;}
    #gsjj_bj ul li:nth-of-type(2n){ float: right;}
}
@media screen and (max-width:768px){
    #gsjj_bj .content{ font-size: 14px;}
    #gsjj_bj .more{ height: 40px; line-height: 40px; width: 40%;}
    #gsjj_bj ul li{ margin-bottom: 5%;}
    #gsjj_bj ul li h2{ font-size: 50px; right: 0;}
}

#ysbj{ background: url("../images/ys_bj.jpg") no-repeat center top #d8d9db;}
#ysbj .tit_in h3,#ysbj .tit_in p{ color: #fff;}

#why{ position: relative; margin-top: 5%;}
#why .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0 10px 10px;
}
#why .swiper-slide {
    text-align: left;
    transition:0.5s;
    position: relative;
    overflow: hidden;
    background: url("../images/yspic_bj.jpg") no-repeat right top #fff;
    background-size: 100% 100%;
    padding: 3%;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
#why .swiper-slide:before{ position: absolute; left: -50px; bottom: -50px; content: ''; width: 100%; height: 100%; background: url("../images/yspic_bj1.png") no-repeat left bottom; background-size: 100%; opacity: 0; transition: 0.5s;}
#why .swiper-slide:hover{ background: var(--theme-bg); box-shadow: 10px 10px 0 #fff;}
#why .swiper-slide:hover:before{ opacity: 1; left: 0; bottom: 0;}
#why .swiper-slide .pic img{ display: none;}
#why .swiper-slide:nth-of-type(1) .pic img:nth-of-type(1){ display: block;}
#why .swiper-slide:nth-of-type(2) .pic img:nth-of-type(2){ display: block;}
#why .swiper-slide:nth-of-type(3) .pic img:nth-of-type(3){ display: block;}
#why .swiper-slide:nth-of-type(4) .pic img:nth-of-type(4){ display: block;}
#why .swiper-slide .num{ color: #000000; font-family: 'shuzi'; font-size: 36px; position: relative; padding-left: 35px; transition: 0.3s;}
#why .swiper-slide .num:before{ position: absolute; left: 0; bottom: 3px; content: ''; width: 30px; height: 2px; background: #000; transition: 0.3s;}
#why .swiper-slide .pic{ width: 79px; height: 79px; overflow: hidden; margin-top: 20%;}
#why .swiper-slide .pic img{ margin-left: 0; transition: 0.3s;}
#why .swiper-slide:hover .pic img{ margin-left: -79px;}
#why .swiper-slide h3{ color: #2a2a2a; font-size: 24px; font-weight: bold !important; margin: 14% 0 7% !important; position: relative; z-index: 1; transition: 0.3s;}
#why .swiper-slide p{ color: #666666; font-size: 16px; position: relative; z-index: 1; transition: 0.3s; min-height: 120px;}
#why .swiper-slide:hover h3,#why .swiper-slide:hover p{ color: #fff;}
#why .swiper-slide:hover .num{ color: #fff; padding-left: 0;}
#why .swiper-slide:hover .num:before{ background: #fff; width: 0;}

/*#why .swiper-slide-active{ background: var(--theme-bg); box-shadow: 10px 10px 0 #fff;}*/
/*#why .swiper-slide-active:before{ opacity: 1; left: 0; bottom: 0;}*/
/*#why .swiper-slide-active .pic img{ margin-left: -79px;}*/
/*#why .swiper-slide-active .num:before{ background: #fff; width: 0;}*/
/*#why .swiper-slide-active h3,#why .swiper-slide-active p{ color: #fff;}*/
/*#why .swiper-slide-active .num{ color: #fff; padding-left: 0;}*/

@media screen and (max-width:1600px){
    #why .swiper-slide h3{ font-size: 20px;}
    #why .swiper-slide p{ font-size: 14px;}
}
@media screen and (max-width:991px){
}



.anli{position: relative;}
.anli .swiper-container {padding-bottom: 2%;}
.anli .swiper-container-horizontal>.swiper-scrollbar{left:0;}
.anli .swiper-slide { display: flex; flex-direction: column;  position: relative; padding: 3% 0;}
.anli .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.anli .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.5s;}
.anli .swiper-slide .tit{ width: 100%; padding: 8%; background: #fff; transition: 0.5s;}
.anli .swiper-slide .tit p{ width: 80%; color: #303030; font-size: 18px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; }
.anli .swiper-slide .tit span{ display: block; width: 50px; height: 50px; text-align: center; border-radius: 100%; line-height: 50px; background: #f5f5f5; transition: 0.3s; margin-top: 5%;}
.anli .swiper-slide .tit span i{ transform:rotate(-45deg); font-size: 20px;}
.anli .swiper-slide:hover .pic img{ transform: scale(1.1);}
.anli .swiper-slide:hover .tit span{ background: var(--theme-bg);}
.anli .swiper-slide:hover .tit span i{ color: #fff;}
.anli .swiper-slide:hover .tit{ background: url("../images/cphover_bj.jpg") no-repeat bottom center;}
.anli .swiper-horizontal>.swiper-scrollbar{ height: 5px !important; left: 0; bottom: 10px; background: #e0e0e0; z-index: 1 !important; width: 100%;}
.anli .swiper-scrollbar-drag{ background: var(--theme-bg) !important; height: 5px !important; margin-top: 0;}
@media screen and (max-width:991px){
}


#xinwen{position: relative; margin-top: 3%;}
#xinwen .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#xinwen .swiper-slide {
    transition:0.5s;
    position: relative;
    border: 1px solid #f2f4f7;
    background: #f2f4f7;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#xinwen .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 55%; position: relative; overflow: hidden;}
#xinwen .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#xinwen .swiper-slide .con{ width: 100%; padding: 3% 5%; text-align: left;}
#xinwen .swiper-slide .con .time{ color: #a6a6a6; font-size: 14px; font-family: 'engfont';}
#xinwen .swiper-slide .con .tit{ font-size: 18px; color: #26334c; width: 100%; min-height: 100px; margin: 3% 0 7%;}
#xinwen .swiper-slide .con .more{ font-size: 14px; color: #999;}
#xinwen .swiper-slide .con .more i{ font-size: 16px; margin-left: 10px;}
#xinwen .swiper-slide:hover img{ transform: scale(1.1);}
#xinwen .swiper-slide:hover{ background: var(--theme-bg);}
#xinwen .swiper-slide:hover .con .time,#xinwen .swiper-slide:hover .con .tit,#xinwen .swiper-slide:hover .con .more{ color: #fff;}
@media screen and (max-width:1600px){
}
@media screen and (max-width:1440px){
    #xinwen .swiper-slide .con .tit{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    #xinwen .swiper-slide .con .tit{ min-height: 95px; display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;}
}


.xwmore{ margin-top: 3%; height: 60px; border: 1px solid #e6e8ed; text-align: center; width: 100%; line-height: 60px; color: #666f80; font-size: 16px; transition: 0.5s;}
.xwmore i{ margin-left: 10px; font-size: 12px;}
.xwmore:hover{ background: var(--theme-bg); color: #fff;}



/*公司简介*/
.tit_zy h3{ display: block; position: relative; line-height: 50px; padding-bottom: 20px;}
.tit_zy h3:before{ position: absolute; left: 0; bottom: 0; content: ''; height: 2px; background: #004f99; width: 30px;}
.tit_zy p{ color: #333333; font-size: 26px; padding-top: 20px !important;}
.tit_before h3:before{ width: 3%; left: 48.5%;}
@media screen and (max-width:1440px){
    .tit_zy p{ font-size: 20px;}
}
@media screen and (max-width:1200px){
    .tit_zy p{ font-size: 16px;}
    .tit_zy h3{ line-height: 40px; padding-bottom: 10px;}
    .tit_zy p{ padding-top: 10px !important;}
}


#gsjj_zy{ background: url("../images/jjzybj.jpg") no-repeat center bottom;}
#gsjj_zy .pic span{ display: block; text-align: right; padding-bottom: 20px;}
#gsjj_zy .font{ padding-right: 3%;}
#gsjj_zy .font .con{ color: #666666; font-size: 16px; line-height: 35px; margin: 4% 0 5%; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;}
#gsjj_zy .font ul li{ position: relative; line-height: 25px; padding-left: 30px;}
#gsjj_zy .font ul li:before{ position: absolute; left: 0; top: 5%; content: ''; width: 2px; height: 80%; background: var(--theme-bg);}
#gsjj_zy .font ul li p{ color: #666666; font-size: 16px;}
#gsjj_zy .font ul li h2{ color: #1a1a1a; font-family: 'shuzi'; font-size: 48px; transition: 0.3s;}
#gsjj_zy .font ul li h2 sub{ font-size: 16px; bottom: 0; padding-left: 5px;}
#gsjj_zy .font ul li:hover h2{ color: var(--theme-bg);}
#gsjj_zy .font .more{ width: 20%; height: 45px; line-height: 45px; background-image: linear-gradient(to top, #ff4e00, #fa7a0f); font-size: 16px; transition: 0.3s; color: #fff; border-radius: 25px; padding: 0 10px; margin-top: 5%;}
#gsjj_zy .font .more i{ transform:rotate(-45deg); font-size: 20px;}
#gsjj_zy .font .more:hover{ letter-spacing: 3px;}
.jj_font{ line-height: 35px; font-size: 16px; padding-top: 3%;}
.jj_font img{ display: block; margin: 0 auto 20px; max-width: 100%;}
@media screen and (max-width:1440px){
    #gsjj_zy .font ul li p{ font-size: 14px;}
    #gsjj_zy .font ul li h2{ font-size: 40px;}
}
@media screen and (max-width:1200px){
    #gsjj_zy .font .con{ font-size: 14px;}
    #gsjj_zy .font .more{ width: 30%; font-size: 14px;}
}
@media screen and (max-width:768px){
    #gsjj_zy .font ul li{ padding-left: 10px;}
    #gsjj_zy .font ul li h2{ font-size: 30px;}
    #gsjj_zy .font ul li h2 sub,#gsjj_zy .font ul li p{ font-size: 12px;}
}

#wenhua{ position: relative; margin-top: 3%;}
#wenhua .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#wenhua .swiper-slide {
    text-align: left;
    transition:0.3s;
    position: relative;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#wenhua .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 105%; position: relative; overflow: hidden;}
#wenhua .swiper-slide .pic img{ display: block; width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#wenhua .swiper-slide .font{ position: absolute; left: 0; bottom: 0; z-index: 1; color: #fff; padding: 45% 0 10% 10%; width: 100%; height: 100%; transition: 0.5s; }
#wenhua .swiper-slide .font:before{ position: absolute; z-index: 1; left: 0; bottom: 0; width: 100%; height: 100%; content: ''; background: url("../images/whbj.jpg") no-repeat right bottom #f5f9fc; background-size: 100%; opacity: 0; transition: 0.5s;}
#wenhua .swiper-slide .font i{ width: 85px; height: 85px; border: 1px dashed #fff; border-radius: 100%; text-align: center; line-height: 85px; font-size: 40px; position: relative; z-index: 2; transition: 0.5s;}
#wenhua .swiper-slide .font p{ font-size: 36px; padding: 13% 0 10%; position: relative; z-index: 2;}
#wenhua .swiper-slide .font span{ font-size: 18px; position: relative; z-index: 2;}
#wenhua .swiper-slide .font em{ color: #a2aab0; font-size: 36px; font-family: 'engfont'; text-transform: uppercase; position: absolute; right: 10%; top: 10%; z-index: 2; opacity: 0; transition: 0.5s;}
#wenhua .swiper-slide:hover .font{ padding-top: 20%;  color: #333;}
#wenhua .swiper-slide:hover .font:before{ opacity: 1;}
#wenhua .swiper-slide:hover .font i{ position: absolute; bottom: 15%; border: 1px dashed var(--theme-bg); color: var(--theme-bg); }
#wenhua .swiper-slide:hover .font em{ opacity: 1;}
@media screen and (max-width:1440px){
    #wenhua .swiper-slide .font{ padding: 40% 0 10% 5%;}
    #wenhua .swiper-slide .font i{ width: 70px; height: 70px; line-height: 70px; font-size: 34px;}
    #wenhua .swiper-slide .font p{ font-size: 30px;}
    #wenhua .swiper-slide .font span{ font-size: 16px;}
    #wenhua .swiper-slide .font em{ font-size: 30px;}
}
@media screen and (max-width:991px){
    #wenhua .swiper-slide .font{ padding: 40% 0 10% 5%;}
    #wenhua .swiper-slide .font i{ width: 50px; height: 50px; line-height: 50px; font-size: 26px;}
    #wenhua .swiper-slide .font p{ font-size: 22px; padding: 10% 0 5%; }
    #wenhua .swiper-slide .font span{ font-size: 14px;}
    #wenhua .swiper-slide .font em{ font-size: 24px;}
}

.rongyu{ background: #fff; margin-top: 3%; box-shadow: 0 0 15px rgba(0,0,0,0.05);}
.rongyu .pic{ padding: 0 !important;}
.rongyu .font{ padding: 1% 3% 1%;}
.rongyu ul li{ background: url("../images/ry_ms1.png") no-repeat center; background-size: 100%; width: 148px; text-align: center; height: 50px; line-height: 50px; font-size: 16px; color: #e4e4e4; margin-left: 2%; transition: 0.5s; cursor: default;}
.rongyu ul li:hover{ background: url("../images/ry_ms.png") no-repeat center; color: var(--theme-bg);}
.rongyu .tit{ color: #000000; font-size: 24px; position: relative; padding-left: 20px;}
.rongyu .tit:before{ position: absolute; left: 0; top: 10%; content: ''; width: 4px; height: 80%; background: var(--theme-bg);}


.zzry{position: relative; overflow: hidden;}
.zzry .swiper-container {padding-bottom: 4%;}
.zzry .swiper-slide { display: flex; flex-direction: column;  position: relative; padding: 3% 0;}
.zzry .swiper-slide .inimg{ padding: 5%; background: #f6f6f8;}
.zzry .swiper-slide .inimg a{ display: block; width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden;}
.zzry .swiper-slide .inimg a p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.zzry .swiper-slide .inimg a p img{ max-width: 100%; height: 100%; transition: 0.5s;}
.zzry .swiper-slide p{ color: #595959; font-size: 18px; text-align: center; padding-top: 10px; }
.zzry .swiper-slide:hover .inimg img{ transform: scale(1.1);}
.zzry .swiper-button-next,.zzry .swiper-button-prev{ width: 55px; height: 55px; border: 2px solid #f3f5f6; line-height: 55px; text-align: center; top: auto; bottom:0; opacity: 1; transition: 0.3s;}
.zzry .swiper-button-next:after,.zzry .swiper-button-prev:after{ display: none;}
.zzry .swiper-button-next i,.zzry .swiper-button-prev i{ color: #000; font-size: 40px;}
.zzry .swiper-button-prev{ left: auto; right: 70px;}
.zzry .swiper-button-next{ left: auto; right: 0;}
.zzry .swiper-button-next:hover,.zzry .swiper-button-prev:hover{ background: var(--theme-bg); border: 2px solid var(--theme-bg);}
.zzry .swiper-button-next:hover i,.zzry .swiper-button-prev:hover i{ color: #fff; }
@media screen and (max-width:1440px){
    .rongyu .tit{ font-size: 20px;}
    .rongyu ul li{ width: 130px; height: 45px; line-height: 45px;}
    .zzry .swiper-slide p{ font-size: 14px;}
    .zzry .swiper-button-next,.zzry .swiper-button-prev{ width: 40px; height: 40px; line-height: 40px;}
    .zzry .swiper-button-next i,.zzry .swiper-button-prev i{ font-size: 24px;}
    .zzry .swiper-button-prev{ right: 45px;}
}
@media screen and (max-width:991px){
    .zzry .swiper-button-next,.zzry .swiper-button-prev{ display: none;}
}
@media screen and (max-width:768px){
    .rongyu .font{ padding: 3% 3%;}
    .rongyu .tit{ margin-top: 20px;}
}

.crcm_lb li{ width: 13%; height: 45px; line-height: 45px;  background: #f1f1f1; font-size: 16px; transition: 0.3s; color: #666666; border-radius: 25px; padding: 0 10px; text-align: center; margin: 2% 10px 0;}
.crcm_lb li:hover{ background-image: linear-gradient(to top, #ff4e00, #fa7a0f); color: #fff;}
@media screen and (max-width:1200px){
    .crcm_lb li{ width: 17%; font-size: 14px;}
}
@media screen and (max-width:768px){
    .crcm_lb li{ width: 25%; font-size: 14px;}
}



.crcm{position: relative; padding: 4% 0 0; }
.crcm .swiper-slide { display: flex; flex-direction: column;  position: relative;}
.crcm .swiper-slide .inimg{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden; border-radius: 20px; background: #000;}
.crcm .swiper-slide .inimg img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.5s;}
.crcm .swiper-slide .font{ position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; color: #fff; transition: 0.3s; text-align: center; padding-top: 30%;}
.crcm .swiper-slide .font i{ color: var(--theme-bg); font-size: 60px; height: 60px; line-height: 60px; opacity: 0; transition: 0.5s;}
.crcm .swiper-slide .font p{ height: 50px; line-height: 50px; font-size: 18px; opacity: 0; transition: 0.5s;}
.crcm .swiper-slide:hover .inimg img{ transform: scale(1.1); opacity: 0.6;}
.crcm .swiper-slide:hover .font i{ opacity: 1; transform:translateY(-20px);}
.crcm .swiper-slide:hover .font p{ opacity: 1; transform:translateY(-10px);}
@media screen and (max-width:991px){
}







/*公共*/
#zi_banner{ width: 100%; height: auto; position: relative; overflow: hidden;}
#zi_banner .pic{ text-align: center; overflow: hidden;}
#zi_banner .pic img{ width: 100%;}
#zi_banner .main{ position: absolute; left: 0; top: 0; text-align: left; width: 100%; z-index: 2; color: #fff; padding: 12% 0 0 0; line-height: 40px;}
#zi_banner .main .tit{ position: relative; padding-left: 20px; margin-top: 2%;}
#zi_banner .main .tit:before{ left: 0; top: 5%; content: ''; width: 2px; height: 85%; background: var(--theme-bg); position: absolute;}
#zi_banner .main h2{ font-size: 36px; font-weight: bold !important;}
#zi_banner .main p{ font-size: 16px;}
#zi_banner .home{ position: absolute; left: 0; bottom: 0; z-index: 2; text-align: right; width: 100%; height: 60px; line-height: 60px; color: #fff;}
#zi_banner .home i{ display: inline-block; color: #fff; margin-right: 10px;}
#zi_banner .home a{ padding: 0 5px; color: #fff;}
#zi_banner .cphome{ position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%;}
#zi_banner .cphome .container{ position: relative; height: 95px; color: #fff;}
#zi_banner .cphome .container:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 150%; height: 100%; background: rgba(30,70,200,0.8);}

#zi_banner .main .news-detail-title .h3{ text-align: center; color: #fff !important; border-bottom: none; font-weight: bold !important; margin-bottom: 3%; font-size: 42px; line-height: 65px;}
#zi_banner .main .news-detail-title .b{ text-align: center !important; color: #efefef !important; font-size: 18px;}

@media screen and (max-width:1440px){
    #zi_banner .main h2{ font-size: 30px; }
    #zi_banner .main .news-detail-title .h3{ font-size: 28px;}
}
@media screen and (max-width:1200px){
    #zi_banner .main h2{ font-size: 26px;}
    #zi_banner .main p{ font-size: 14px;}
    #zi_banner .main{ padding-top: 8%;}
    #zi_banner .main .news-detail-title .h3{ font-size: 22px;}
    #zi_banner .main .news-detail-title .b{ font-size: 16px;}
}
@media screen and (max-width:991px){
    #zi_banner .home{ font-size: 12px;}
    #zi_banner .pic img{ width: 150%; margin-left: -15%;}
    #zi_banner .main{ padding-top: 15%;}
    #zi_banner .main p{ line-height: 20px;}
    #zi_banner .main .news-detail-title .h3{ line-height: 35px;}
    #zi_banner .main .news-detail-title .b{ font-size: 14px;}
}
@media screen and (max-width:768px) {
    #zi_banner .pic img { width: 195%; margin-left: -25%;}
    #zi_banner .main{ padding-top: 20%;}
    #zi_banner .main h2{ font-size: 20px;}
    #zi_banner .main p{ font-size: 12px;}
    #zi_banner .main .news-detail-title .h3{ font-size: 14px; line-height: 20px;}
    #zi_banner .main .news-detail-title .b{ font-size: 12px;}
}


#homebj{ height: 80px; line-height: 80px; box-shadow: 0 5px 10px rgba(0,0,0,0.05);}
#homebj li{ padding: 0 2%; transition: 0.3s; position: relative; font-size: 15px;}
#homebj li:before{ position: absolute; left: 50%; bottom: 0; content: ''; width: 0; height: 6px; background: var(--theme-bg); transition: 0.3s;}
#homebj li i{ margin-right: 10px; display: none;}
#homebj li i:nth-of-type(1){ display: block;}
#homebj li em{ position: absolute; left: 44%; bottom: 0; width: 0; height: 0; border-width: 10px; border-style: solid; border-color: transparent transparent #fff;}
#homebj li:hover{ background: #0050aa; color: #fff;}
#homebj li:hover a{ color: #fff;}
#homebj li:hover:before{ width: 100%; left: 0;}


#cpnav{ padding: 0; overflow: hidden;}
#cpnav .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#cpnav .swiper-slide {
    text-align: center;
    transition: 0.3s;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#cpnav .swiper-slide a{ display: block; width: 80%; color: #fff; height: 95px; line-height: 95px; font-size: 18px; transition: 0.3s;}
#cpnav .swiper-slide a i{ margin-left: 20px;}
#cpnav .swiper-slide:hover a{ color: var(--theme-bg);}
@media screen and (max-width:1440px){
    #zi_banner .cphome .container{ height: 70px;}
    #cpnav .swiper-slide a{ height: 70px; line-height: 70px; font-size: 16px;}
}
@media screen and (max-width:768px){
    #zi_banner .cphome .container{ height: 50px;}
    #cpnav .swiper-slide a{ height: 50px; line-height: 50px; font-size: 14px;}
}


.hui{ background: #f5f5f5;}
.bai{ background: #fff;}


/*.khal li{ margin-bottom: 5%; transition: 0.3s;}*/
/*.khal li .pic{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}*/
/*.khal li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.5s;}*/
/*.khal li .tit{ width: 100%; padding: 8%; background: #f5f5f5; transition: 0.5s;}*/
/*.khal li .tit p{ width: 80%; color: #303030; font-size: 18px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; }*/
/*.khal li .tit span{ display: block; width: 50px; height: 50px; text-align: center; border-radius: 100%; line-height: 50px; background: #fff; transition: 0.3s; margin-top: 5%;}*/
/*.khal li .tit span i{ transform:rotate(-45deg); font-size: 20px;}*/
/*.khal li:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.1);}*/
/*.khal li:hover .pic img{ transform: scale(1.1);}*/
/*.khal li:hover .tit span{ background: var(--theme-bg);}*/
/*.khal li:hover .tit span i{ color: #fff;}*/
/*.khal li:hover .tit{ background: url("../images/cphover_bj.jpg") no-repeat bottom center;}*/


.pic_lb li{ margin-bottom: 5%; transition: 0.5s;}
.pic_lb li .img{display: block; width: 100%; height: 0; padding-bottom: 65%; position: relative; text-align: center; overflow: hidden;}
.pic_lb li .img img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
.pic_lb li .img1{display: block; width: 100%; height: 0; padding-bottom: 60%; position: relative; text-align: center; overflow: hidden;}
.pic_lb li .img1 p{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; border: 1px solid #efefef; text-align: center; transition: 0.3s;}
.pic_lb li .img1 p img{  max-width: 100% !important; height: 100%;}
.pic_lb li .img .font{ position: absolute; left: 0; top: 0; color: #fff; width: 100%; height: 100%; padding: 23% 5% 0; background: rgba(0,0,0,0.6); opacity: 0; text-align: center; overflow: hidden; transition:opacity 0.3s;-webkit-transition:opacity 0.3s}
.pic_lb li .img .font i{ width:0; height:1px; background-color:rgba(255,255,255,0.4); margin: 5px 0; transition:width 0s 0.3s;}
.pic_lb li .img .font .text-style1 div{transition:transform 0s 0.3s;}
.pic_lb li .img .font .text1{font-size:18px; overflow: hidden;}
.pic_lb li .img .font .text1 div{transform:translateY(101%);}
.pic_lb li .img .font .text2{opacity:0.6; overflow: hidden;}
.pic_lb li .img .font .text2 div{transform:translateY(-104%);}

.pic_lb li .img1 .font{ position: absolute; left: 0; top: 0; color: #fff; width: 100%; height: 100%; padding: 23% 5% 0; background: rgba(0,0,0,0.6); opacity: 0; text-align: center; overflow: hidden; transition:opacity 0.3s;-webkit-transition:opacity 0.3s}
.pic_lb li .img1 .font i{ width:0; height:1px; background-color:rgba(255,255,255,0.4); margin: 5px 0; transition:width 0s 0.3s;}
.pic_lb li .img1 .font .text-style1 div{transition:transform 0s 0.3s;}
.pic_lb li .img1 .font .text1{font-size:18px; overflow: hidden;}
.pic_lb li .img1 .font .text1 div{transform:translateY(101%);}
.pic_lb li .img1 .font .text2{opacity:0.6; overflow: hidden;}
.pic_lb li .img1 .font .text2 div{transform:translateY(-104%);}

.pic_lb li:hover .font .text-style1 div{ transform:translateY(0%); transition:transform 0.5s 0.5s;}
.pic_lb li:hover .img .font{ opacity: 1;}
.pic_lb li:hover .img .font i{opacity:1;width:100%;transition:width 0.5s 0.3s;-webkit-transition:width 0.5s 0.3s}

.pic_lb li:hover .img1 .font{ opacity: 1;}
.pic_lb li:hover .img1 .font i{opacity:1;width:100%;transition:width 0.5s 0.3s;-webkit-transition:width 0.5s 0.3s}

.pic_lb li .tit{ width: 100%; padding: 4%; background: #f5f5f5; transition: all 0.5s;}
.pic_lb li .tit p{ width: 80%; color: #303030; font-size: 18px; height: 50px; line-height: 50px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; }
.pic_lb li .tit span{ display: block; width: 50px; height: 50px; text-align: center; border-radius: 100%; line-height: 50px; background: #fff; transition: 0.3s;}
.pic_lb li .tit span i{ transform:rotate(-45deg); font-size: 20px; transition: 0.5s;}
.pic_lb li:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.15);}
.pic_lb li:hover .pic img{ transform: scale(1.1);}
.pic_lb li:hover .tit span{ background: var(--theme-bg);}
.pic_lb li:hover .tit span i{ color: #fff; transform:rotate(0deg);}
.pic_lb li:hover .tit{ background: #fff;}

@media screen and (max-width:991px){
    .pic_lb li .img .font .text1{ font-size: 14px;}
    .pic_lb li .title p{ font-size: 14px;}
}



/*产品中心*/
.tit_cp h1{ color: var(--theme-bg); font-size: 36px;}
.tit_cp .more{ color: #fff; transition: 0.3s; background: var(--theme-bg); height: 40px; line-height: 40px; border-radius: 20px; width: 10%; text-align: center; }
.tit_cp .more a{ color: #fff;}
.tit_cp .more:hover{ background: #333;}
@media screen and (max-width:1440px){
    .tit_cp h1{ font-size: 28px;}
}
@media screen and (max-width:991px){
    .tit_cp h1{ font-size: 22px;}
    .tit_cp .more{ width: 18%; font-size: 13px;}
}
@media screen and (max-width:768px){
    .tit_cp h1{ font-size: 20px;}
    .tit_cp .more{ width: 23%; font-size: 12px;}
}


#cpclass_lb{ overflow: hidden;}
#cpclass_lb .swiper-container {
    margin: 0 0 3%;
    width: 100%;
    padding: 2% 0 0;
    height: 100%;
}
#cpclass_lb .swiper-slide {
    transition:0.3s;
    border: 1px solid #eeeeee;
    position: relative;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#cpclass_lb .swiper-slide:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 0; height: 3px; background: var(--theme-bg); transition: 0.3s;}
#cpclass_lb .swiper-slide .pic{ width: 100%; height: auto; overflow: hidden; background: url("../images/cpbj.png") no-repeat center; background-size: 100% 100%; }
#cpclass_lb .swiper-slide .pic a{ display: block; width: 70%; margin: 0 auto; height: 0; padding-bottom: 60%; position: relative; overflow: hidden;}
#cpclass_lb .swiper-slide .pic a img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;  transition: 0.3s;mix-blend-mode: multiply;}
#cpclass_lb .swiper-slide .font{ width: 100%; padding: 7% 5% !important;}
#cpclass_lb .swiper-slide .font h3{ color: #333333; font-size: 24px; transition: 0.3s; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
#cpclass_lb .swiper-slide .font p{ font-size: 16px; min-height: 60px; color: #999; margin: 4% 0 !important; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#cpclass_lb .swiper-slide .font span{ display: block; color: var(--theme-bg); font-size: 16px; transition: 0.3s;}
#cpclass_lb .swiper-slide .font span i{ transform: rotate(-45deg); font-size: 20px; margin-left: 20px; transition: 0.3s;}
#cpclass_lb .swiper-slide:hover .pic img{transform: scale(1.1);}
#cpclass_lb .swiper-slide:hover:before{ width: 100%;}
#cpclass_lb .swiper-slide:hover .font h3{ color: var(--theme-bg);}
#cpclass_lb .swiper-slide:hover .font span i{ transform: rotate(0); margin-left: 30px;}
@media screen and (max-width:1440px){
    #cpclass_lb .swiper-slide .font h3{ font-size: 20px;}
    #cpclass_lb .swiper-slide .font span{ font-size: 14px;}
    #cpclass_lb .swiper-slide .font span i{ font-size: 16px;}
}
@media screen and (max-width:991px){
    #cpclass_lb .swiper-slide .font h3{ font-size: 18px;}
    #cpclass_lb .swiper-slide .font p{ font-size: 14px;}
}


#cpclass li { transition:0.3s; border: 1px solid #eeeeee; position: relative; margin-bottom: 5%;}
#cpclass li:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 0; height: 3px; background: var(--theme-bg); transition: 0.3s;}
#cpclass li .pic{ width: 100%; height: auto; overflow: hidden; background: url("../images/cpbj.png") no-repeat center; background-size: 100% 100%; }
#cpclass li .pic a{ display: block; width: 70%; margin: 0 auto; height: 0; padding-bottom: 60%; position: relative; overflow: hidden;}
#cpclass li .pic a img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;  transition: 0.3s;mix-blend-mode: multiply;}
#cpclass li .font{ width: 100%; padding: 7% 5% !important;}
#cpclass li .font h3{ color: #333333; font-size: 24px; transition: 0.3s; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
#cpclass li .font p{ font-size: 16px; min-height: 60px; color: #999; margin: 4% 0 !important; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#cpclass li .font span{ display: block; color: var(--theme-bg); font-size: 16px; transition: 0.3s;}
#cpclass li .font span i{ transform: rotate(-45deg); font-size: 20px; margin-left: 20px; transition: 0.3s;}
#cpclass li:hover .pic img{transform: scale(1.1);}
#cpclass li:hover:before{ width: 100%;}
#cpclass li:hover .font h3{ color: var(--theme-bg);}
#cpclass li:hover .font span i{ transform: rotate(0); margin-left: 30px;}
@media screen and (max-width:1440px){
    #cpclass li .font h3{ font-size: 20px;}
    #cpclass li .font span{ font-size: 14px;}
    #cpclass li .font span i{ font-size: 16px;}
}
@media screen and (max-width:991px){
    #cpclass li .font h3{ font-size: 18px;}
    #cpclass li .font p{ font-size: 14px;}
}

#info_bj{ background: url("../images/info_bj.jpg") no-repeat center top;}

.cpleft .swiper {
    width: 100%;
    height: 100%;
}

.cpleft .swiper-slide {
    text-align: center;
    overflow: hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.cpleft .swiper-slide .pic{ width: 100%; overflow: hidden; background: url("../images/cpbj.png") no-repeat center; background-size: 100% 100%;}
.cpleft .swiper-slide .pic p{ width: 100%; height: 0; padding-bottom: 70%; position: relative; text-align: center; overflow: hidden; margin: 0 auto !important;}
.cpleft .swiper-slide .pic p img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s; mix-blend-mode: multiply;}
.cpleft .swiper { width: 100%; height: 300px; margin-left: auto; margin-right: auto;}
.cpleft .swiper-slide { background-size: cover; background-position: center;}
.cpleft .mySwiper2 { height: 80%; width: 100%;}
.cpleft .mySwiper2 .swiper-button-next:after,.cpleft .mySwiper2 .swiper-button-prev:after{ color: var(--theme-bg);}
.cpleft .mySwiper { height: 22%; box-sizing: border-box; padding: 10px 0 0;}
.cpleft .mySwiper .swiper-slide { width: 25%; height: 100%;}
.cpleft .mySwiper .swiper-slide .pic{ border: 2px solid #fff; transition: 0.3s;}
.cpleft .mySwiper .swiper-slide .pic p img{ width: 100%; height: 100%;}
.cpleft .mySwiper .swiper-slide-thumb-active .pic { border: 2px solid var(--theme-bg); }
@media screen and (max-width:1200px){
    .cpleft .mySwiper{  height: 30%;}
    .cpleft .mySwiper2{ height: 70%;}
}
@media screen and (max-width:991px){
    .cpleft{ padding-top: 3% !important;}
}

.cp_right{ padding-right: 3%;}
.cp_right p{ color: var(--theme-bg); font-size: 20px;}
.cp_right h2{ font-size: 40px; padding: 20px 0 30px !important;}
.cp_right ul{ border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee; padding: 15px 0 !important;}
.cp_right ul li i{ font-size: 12px; color: var(--theme-bg); margin-right: 10px;}
.cp_right ul li{ font-size: 16px;}
.cp_right .con{ color: #666666; font-size: 16px; margin: 5% 0 7%; line-height: 35px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;}
.cp_right .cpdg{ width: 90%;}
.cp_right .order-btn{ height: 55px; line-height: 55px; border-radius: 10px; color: #fff; font-size: 16px; background-image: linear-gradient(to right, #ff4e00, #fa7a0f);}
.cp_right .order-btn a{ color: #fff;}
.cp_right .order-btn i{ font-size: 26px; margin-right: 20px;}
.cp_right .zixun-btn{ font-size: 30px; padding-left: 20px;}
.cp_right .zixun-btn i{ font-size: 34px; color: #ee3b02;}
.cp_right .zixun-btn span{ display: block; font-weight: bold; margin-left: 10px; background-image: linear-gradient(to right, #ff4e00, #fa7a0f); background-clip:text; -webkit-background-clip:text; color: transparent;}
.cp_right .cp_ewm{ width: 55px; height: 55px; text-align: center; line-height: 55px; border-radius: 100%; background-image: linear-gradient(to right, #ff4e00, #fa7a0f); position: relative;}
.cp_right .cp_ewm i{ color: #fff; font-size: 28px;}
.cp_right .cp_ewm em{ position: absolute; left: -42.5px; bottom: 50px; z-index: 1; display: block; overflow: hidden; width: 140px; height: auto; background: #fff; padding: 10px; border-radius: 10px; box-shadow: 0 0 15px rgba(0,109,207,0.5); opacity: 0; transition: 0.5s;}
.cp_right .cp_ewm em img{ width: 100%;}
.cp_right .cp_ewm:hover em{ opacity: 1; bottom: 70px;}
@media screen and (max-width:1440px){
    .cp_right h2{ font-size: 30px;}
    .cp_right ul li{ font-size: 13px;}
    .cp_right ul li i{ font-size: 10px;}
    .cp_right .con{ font-size: 14px;}
    .cp_right .order-btn{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    .cp_right .zixun-btn{ font-size: 22px;}
    .cp_right .zixun-btn i{ font-size: 30px;}
    .cp_right .order-btn i{ font-size: 20px;}
}
@media screen and (max-width:991px){
    .cp_right .cpdg{ width: 100%;}
    .cp_right .cp_ewm{ display: none;}
    .cp_right h2{ font-size: 24px;}
}
@media screen and (max-width:768px){
    .cp_right ul li{ float: left; width: 50%;}
}



#cpinfo_nr_bj{ background: url("../images/info_bj1.jpg") no-repeat center top #f2f2f2;}
.cpbt{ margin: 0 auto !important; height: 70px; line-height: 70px; width: 100%; transition:0.3s;}
.cpbt li{ float: left; color: #fff; font-size: 18px; width: 10%; text-align: center; position: relative; transition:0.3s;}
.cpbt li a{ color: #fff;}
.cpbt li:after{ position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; content: ''; background: #fff; transition: 0.3s;}
.cpbt li:hover a{ color: #fff;}
.cpbt li:hover:after{ position: absolute; left: 35%; bottom: 0; width: 30%; height: 3px; content: ''; background: #fff;}
.cpbt li.current a{ color: #fff;}
.cpbt li.current:hover:after{ left: 35%; width: 30%; background: #fff;}
.cpbt li.current:after{ left: 35%; width: 30%; background: #fff;}

@media screen and (max-width:1600px){
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
    .cpbt li{ width: 20%;}
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
    .cpbt li{ font-size: 13px;}
}


#cpinfo_nr{ background: #fff; border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,0.2); padding: 3%; margin-top: 3%; font-size: 16px; line-height: 35px; color: #666;}
#cpinfo_nr img{ max-width: 100%; margin: 0 auto; display: block;}
#cpinfo_nr .tit{ color: #333333; font-size: 18px; font-weight: bold;}
#cpinfo_nr .tit i{ color: var(--theme-bg); font-size: 22px; margin-right: 20px;}
#cpinfo_nr .con{ padding: 2% 0 5%;}


#prev_next{ margin: 3% auto 0 !important; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; padding: 30px 0 !important; font-size: 16px; color: #999999;}
#prev_next p{ transition: 0.3s; color: #999;}
#prev_next p i{ color: var(--theme-bg); font-size: 26px; margin-right: 10px;}
#prev_next p:hover{ color: var(--theme-bg);}

.cptit{ color: #000000; font-size: 30px;}
@media screen and (max-width:991px){
    #prev_next p{ display: none !important;}
    #prev_next{ padding: 10px 0 !important; font-size: 13px;}
    .cptit{ font-size: 24px;}
}
@media screen and (max-width:768px){
    #cpinfo_nr .con{ font-size: 14px;}
    #cpinfo_nr .con .canshu{ font-size: 14px;}
}

.huiwhy{ margin: 3% 0 5% !important;}
.huiwhy .swiper-slide{ background: url('../images/yspic_bj1.jpg') no-repeat right top #f5f5f5 !important;}
.huiwhy .swiper-slide:before{ background: url("../images/yspic_bj1.png") no-repeat left bottom !important; background-size: 100% !important; }
.huiwhy .swiper-slide:hover{ background: var(--theme-bg) !important; box-shadow: 10px 10px 0 #e5e5e5 !important;}



#xgcp{ overflow: hidden;}
#xgcp .swiper-container {
    margin: 0 0 3%;
    width: 100%;
    padding: 2% 0 0;
    height: 100%;
}
#xgcp .swiper-slide {
    transition:0.3s;
    border: 1px solid #eeeeee;
    position: relative;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#xgcp .swiper-slide:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 0; height: 3px; background: var(--theme-bg); transition: 0.3s;}
#xgcp .swiper-slide .pic{ width: 100%; height: auto; overflow: hidden; background: url("../images/cpbj.png") no-repeat center; background-size: 100% 100%; }
#xgcp .swiper-slide .pic a{ display: block; width: 70%; margin: 0 auto; height: 0; padding-bottom: 60%; position: relative; overflow: hidden;}
#xgcp .swiper-slide .pic a img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;  transition: 0.3s;mix-blend-mode: multiply;}
#xgcp .swiper-slide .font{ width: 100%; padding: 7% 5% !important;}
#xgcp .swiper-slide .font h3{ color: #333333; font-size: 24px; transition: 0.3s; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
#xgcp .swiper-slide .font p{ font-size: 16px; min-height: 60px; color: #999; margin: 4% 0 !important; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#xgcp .swiper-slide .font span{ display: block; color: var(--theme-bg); font-size: 16px; transition: 0.3s;}
#xgcp .swiper-slide .font span i{ transform: rotate(-45deg); font-size: 20px; margin-left: 20px; transition: 0.3s;}
#xgcp .swiper-slide:hover .pic img{transform: scale(1.1);}
#xgcp .swiper-slide:hover:before{ width: 100%;}
#xgcp .swiper-slide:hover .font h3{ color: var(--theme-bg);}
#xgcp .swiper-slide:hover .font span i{ transform: rotate(0); margin-left: 30px;}
@media screen and (max-width:1200px){
    #xgcp .swiper-slide .font h3{ font-size: 20px;}
    #xgcp .swiper-slide .font p{ font-size: 14px;}
    #xgcp .swiper-slide .font span{ font-size: 14px;}
    #xgcp .swiper-slide .font span i{ font-size: 14px;}
}








/*新闻中心*/
.xwinfo{ padding: 5% 7%; font-size: 16px; line-height: 40px; border-radius: 20px; margin-top: 3%;}
.xwinfo img{ display: block; margin: 0 auto 3%; max-width: 80%;}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    .xwinfo{ padding: 5%; font-size: 14px; line-height: 30px;}
}

.xwtit{ text-align: left; position: relative; line-height: 50px; padding-bottom: 20px;}
.xwtit h3{ color: #3c3c3c; font-size: 30px; font-weight: bold !important;}
.xwtit p{ color: rgba(60,60,60,0.1); font-family: eng; font-size: 48px; text-transform: uppercase;}
.xwtit span{ display: block; font-size: 16px; color: #999;}
.xwtit:before{ position: absolute; content: ''; left: 0; bottom: 0; width: 4%; height: 2px; background: var(--theme-bg);}


#xw_tj{ margin: 3% 0 3% !important; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#xw_tj .col-12{ padding: 0;}
#xw_tj .swiper { width: 100%; height: 100%; }
#xw_tj .swiper-slide {
    color: #333;
    text-align: left;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
#xw_tj .swiper { width: 100%; height: 300px; margin-left: auto; margin-right: auto;}
#xw_tj .swiper-slide { background-size: cover; background-position: center;}
#xw_tj .mySwiper2 { height: 100%; width: 100%; position: relative; background: url("../images/cphover_bj.jpg") no-repeat right bottom;}
#xw_tj .mySwiper2 .swiper-slide{ overflow: hidden; padding: 10% 7% 0;}
#xw_tj .mySwiper2 .swiper-slide .tit{ font-size: 28px; color: #333333; height: auto; line-height: 50px; margin-bottom:20px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#xw_tj .mySwiper2 .swiper-slide .content{ font-size: 16px; margin: 3% 0 5%; color: #545454; line-height: 35px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#xw_tj .mySwiper2 .swiper-slide .time{ color: #999; margin-right: 10px; font-family: 'engfont' !important;}
#xw_tj .mySwiper2 .swiper-slide .time i{ margin-right: 10px; font-size: 20px;}
#xw_tj .mySwiper2 .swiper-slide .more{ float: right; position: relative; width: 20%; text-align: center; height: 50px; line-height: 50px; border: 1px solid var(--theme-bg); color: var(--theme-bg); transition: 0.3s; overflow: hidden; border-radius: 25px;}
#xw_tj .mySwiper2 .swiper-slide .more p{ position: relative; z-index: 1;}
#xw_tj .mySwiper2 .swiper-slide .more:before { content: ""; position: absolute; left: -150%; top: -150%; background: var(--theme-bg); width: 300%; height: 300%; border-radius: 50%;  transition: 0.5s; transform: scale(0);}
#xw_tj .mySwiper2 .swiper-slide .more:hover:before{ transform: scale(1);}
#xw_tj .mySwiper2 .swiper-slide .more:hover p{ color: #fff;}
#xw_tj .mySwiper { height: 100%; box-sizing: border-box;}
#xw_tj .mySwiper .swiper-slide { width: 25%; height: 100%; opacity: 0.5; overflow: hidden;}
#xw_tj .mySwiper .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 60%; position: relative; overflow: hidden; transition: 0.3s;}
#xw_tj .mySwiper .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#xw_tj .mySwiper .swiper-slide:hover .pic img{ transform: scale(1.05);}
#xw_tj .mySwiper .swiper-slide-thumb-active { opacity: 1;}
#xw_tj .mySwiper2 .swiper-button-next,#xw_tj .mySwiper2 .swiper-button-prev{ width: 60px; height: 60px; background: var(--theme-bg); border-radius: 5px; transition: 0.3s;}
#xw_tj .mySwiper2 .swiper-button-next:after,#xw_tj .mySwiper2 .swiper-button-prev:after{ display: none;}
#xw_tj .mySwiper2 .swiper-button-next i,#xw_tj .mySwiper2 .swiper-button-prev i{ color: #fff; font-size: 24px; transition: 0.3s;}
#xw_tj .mySwiper2 .swiper-button-next{ top: auto; bottom: 20px; left: 130px;}
#xw_tj .mySwiper2 .swiper-button-prev{ top: auto; bottom: 20px; left: 50px;}
#xw_tj .mySwiper2 .swiper-button-next:hover,#xw_tj .mySwiper2 .swiper-button-prev:hover{ background: #333;}
#xw_tj .mySwiper2 .swiper-button-next:hover i,#xw_tj .mySwiper2 .swiper-button-prev:hover i{ color: #fff;}
@media screen and (max-width:1700px){
    #xw_tj .mySwiper2 .swiper-slide{ padding-right: 5%;}
    #xw_tj .mySwiper2 .swiper-slide .tit{ font-size: 26px; line-height: 40px;}
}
@media screen and (max-width:1440px){
    #xw_tj .mySwiper2 .swiper-slide .tit{ font-size: 22px; line-height: 30px;}
    #xw_tj .mySwiper2 .swiper-slide .content{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    #xw_tj .mySwiper2 .swiper-slide .tit{ font-size: 18px;}
    #xw_tj .mySwiper2 .swiper-slide .content{ line-height: 25px;}
    #xw_tj .mySwiper2 .swiper-button-next,#xw_tj .mySwiper2 .swiper-button-prev{ width: 40px; height: 40px;}
    #xw_tj .mySwiper2 .swiper-button-next i,#xw_tj .mySwiper2 .swiper-button-prev i{ font-size: 18px;}
    #xw_tj .mySwiper2 .swiper-button-next{ left: 80px;}
    #xw_tj .mySwiper2 .swiper-button-prev{ left: 25px;}
}
@media screen and (max-width:991px){
    #xw_tj .mySwiper2 .swiper-slide{ padding-bottom: 10%;}
    .xwtit h3{ font-size: 22px;}
    .xwtit span{ font-size: 14px;}
}
@media screen and (max-width:768px){
    #xw_tj .mySwiper2 .swiper-button-next,#xw_tj .mySwiper2 .swiper-button-prev{ bottom: 10px;}
}


#xwclass li { margin-top: 7%; text-align: left; transition:0.3s; position: relative; border: 1px solid #f5f5f5; background: #f5f5f5; overflow: hidden;}
#xwclass li:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 0; height: 2px; background: var(--theme-bg); transition: all 0.3s;}
#xwclass li .p-3{ width: 100%;}
#xwclass li .pic{ display: block; width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
#xwclass li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: all 0.5s;}
#xwclass li .news_title{ width: 100%; color: #333333; min-height: 65px; margin-bottom: 30px; font-size: 16px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#xwclass li .news_time,#xwclass li .click{ color: #bfbfbf; font-size: 14px; font-family: 'engfont' !important;}
#xwclass li .news_time i,#xwclass li .click i{ color: #bfbfbf; font-size: 20px; margin-right: 10px;}
#xwclass li:hover .news_title{ color: var(--theme-bg);}
#xwclass li:hover:before{ width: 100%;}
#xwclass li:hover .pic img{transform: scale(1.2);}
#xwclass li:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.1); background: #fff;}




/*联系我们*/
.mes-form .name{ background: url("../images/ly1.png") no-repeat 10px center #fff !important; padding-left: 52px !important; }
.mes-form .tel{ background: url("../images/ly2.png") no-repeat 10px center #fff !important; padding-left: 52px !important; }
.mes-form .content{ background: url("../images/ly3.png") no-repeat 10px 10px #fff !important; line-height: 40px; padding-left: 52px !important; }
.mes-form .captcha{ background: url("../images/ly4.png") no-repeat 10px center #fff !important; padding-left: 52px !important; }


#lxbj{ background: url("../images/lxbj.jpg") no-repeat center;}
#lxbj .main{ padding: 9% 0;}
#lxbj .tit{ color: #fff; line-height: 50px;}
#lxbj .tit h2{ font-size: 40px; font-weight: bold !important;}
#lxbj .tit p{ color: rgba(255,255,255,0.5); font-size: 16px;}
#lxbj dl{ color: #fff; width: 40%; margin: 20px 0 !important; border-top: 1px solid rgba(255,255,255,0.2); border-bottom: 1px solid rgba(255,255,255,0.2); padding: 20px 0;}
#lxbj dl dd i{ width: 70px; height: 70px; line-height: 70px; border-radius: 100%; color: #fff; font-size: 40px; text-align: center; background: var(--theme-bg);}
#lxbj dl dd .float-start{ padding-left: 10px;}
#lxbj dl dd p{ color: var(--theme-bg); font-size: 26px; font-weight: bold;}
#lxbj dl dd span{ color: #fff; font-size: 18px;}
#lxbj .tel{ color: #fff; font-size: 18px;}
#lxbj ul{ padding-top: 3% !important;}
#lxbj ul li{ margin-right: 30px; text-align: center; color: #fff; width: 8%;}
#lxbj ul li img{ width: 100%;}
@media screen and (max-width:1700px){
    #lxbj dl{ width: 45%;}
}
@media screen and (max-width:1440px){
    #lxbj dl{ width: 55%;}
    #lxbj ul li{ width: 15%;}
}
@media screen and (max-width:1200px){
    #lxbj .tit h2{ font-size: 35px;}
    #lxbj dl{ width: 70%;}
}
@media screen and (max-width:991px){
    #lxbj dl{ width: 80%;}
    #lxbj ul li{ width: 25%;}
    #lxbj .main{ padding-top: 15%;}
}
@media screen and (max-width:768px){
    #lxbj dl{ width: 100%;}
    #lxbj dl dd{ margin: 2% 0;}
    #lxbj dl dd .float-start{ width: 80%; padding-left: 5%;}
    #lxbj .tit p{ line-height: 25px;}
    #lxbj .main{ padding-top: 20%;}
    #lxbj .tit h2{ font-size: 26px;}
    #lxbj ul li{ width: 40%;}
}
@media screen and (max-width:500px){
    #lxbj .main{ padding-top: 30%;}
}




/*翻页*/
.page {
 font-size: 0;
 text-align: center;
}
.page .center {
 display: inline-block;
 overflow: hidden;
}
.page .center .page-span {
 float: left;
 font-size: 14px;
 color: #c3c3c3;
 line-height: 32px;
 margin-right: 30px;
}
.page .center .page-list {
 float: left;
 overflow: hidden;
}
.page .center .page-list ul li {
 float: left;
 width: auto;
 min-width: 30px;
 height: 32px;
 text-align: center;
 line-height: 30px;
 font-size: 14px;
 margin: 0 4px;
 padding: 0;
 border: none;
 background: transparent;
}
.page .center .page-list ul li a {
 min-width: 20px;
 padding: 0 5px;
 border: 1px solid #eee;
 display: block;
 color: #333;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 overflow: hidden;
 background: #fff;
}
.page .center .page-list ul li:hover a {
 color: #f3c04b;
}
.page .center .page-list ul li.active a {
 background: #f3c04b;
 color: #fff;
}
